runtime.workType.stwprocs (field)
6 uses
runtime (current package)
mgc.go#L504: stwprocs, maxprocs int32
mgc.go#L821: work.stwprocs, work.maxprocs = gomaxprocs, gomaxprocs
mgc.go#L822: if work.stwprocs > numCPUStartup {
mgc.go#L825: work.stwprocs = numCPUStartup
mgc.go#L1594: int64(work.stwprocs) * (work.tMark - work.tSweepTerm),
mgc.go#L1598: int64(work.stwprocs) * (work.tEnd - work.tMarkTerm),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |